home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / winx_flight_training.swf / scripts / DefineButton2_75 / BUTTONCONDACTION on(release).as
Text File  |  2011-09-24  |  106b  |  6 lines

  1. on(release){
  2.    _parent.game.loseSound.stop();
  3.    _root.game.initGame();
  4.    _parent.intro.reset();
  5. }
  6.